home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / prog_gen / ezsfx11.zip / PACK1.PRG / MANUAL.REP (.txt) < prev    next >
PC-File  |  1996-03-28  |  7KB  |  116 lines

  1.                           WELCOME TO EASY SFX
  2.        
  3.        Easy SFX packs your program using LHARC by Yoshi. It then
  4.        creates a unique self extacting file. Easy SFX files will
  5.        not only recreate any subdirectory structure but will also
  6.        allow the user to choose the main directory name. As well
  7.        as extracting your files, Easy SFX will also display a
  8.        readme.txt file and even start your program after extraction.
  9.        
  10.        All you have to do is fill in the fields on the main screen.
  11.        1. PROGRAM NAME
  12.           Please use proper case eg.       Payroll Master
  13.        2. DEFAULT DIRECTORY TO INSTALL TO
  14.           Enter a suggested directory for the installation. This will
  15.           be offered as a default when the SFX is run but will still
  16.           allow the user to choose another. If your program includes
  17.           sub directories these will retain their names but will be
  18.           recreated under the main directory name chosen by the user.
  19.           If you require your program to be installed to a fixed main
  20.           directory name then enter "No Choice" in this field and the
  21.           installation will be made to a directory with the same name
  22.           as the source directory.
  23.           If you enter a default then you must include a drive letter
  24.           with the default directory eg.      C:\MYPROG
  25.        3. START UP COMMAND
  26.           If your program is an EXE or COM file and there are no
  27.           parameters to pass on the command line then enter the EXE or
  28.           COM file name (without the extension) and the SFX file will
  29.           start your program automatically after extraction. For the
  30.           automatic start, Easy SFX assumes that your executable
  31.           file will be in the main directory. If it is in a sub
  32.           directory then you must use the "No Start" option.
  33.           (see next Para.)
  34.           If your program starts with a batch file or if there are
  35.           parameters to pass on the command line you must enter "No
  36.           Start" in this field. - The installation program cannot start
  37.           such programs and will generate an error message if you try.
  38.           If you enter "No Start" in this field you will be asked to
  39.           supply the actual start command - this will be shown on screen
  40.           when the extraction routine completes. If there is no start 
  41.           command for your application then enter N/A and the extraction
  42.           program will not print the start command line.
  43.           When you use the "No Start" option, the installation program
  44.           terminates at the DOS prompt, on the drive and in the
  45.           directory to which the installation was made. 
  46.        
  47.        4. SOURCE DIRECTORY
  48.           This is the directory (or main directory) in which your
  49.           program can be found for packing.
  50.           Please include the drive eg.      C:\PROGFILS
  51.        5. COMPANY OR AUTHOR NAME
  52.           Your Company or Author Name will be displayed on the main
  53.           screen of the extraction program.
  54.        6. FILENAME FOR SFX
  55.           Enter the name for your self extracting file. The filename
  56.           you choose for your SFX file should be different to any
  57.           executable file in your program.
  58.        7. DRIVE/DIRECTORY FOR SFX
  59.           Enter the drive and directory in which you want the self
  60.           extracting file to be created.
  61.        8. FILE TO USE AS README.TXT
  62.           Easy SFX is supplied with a ready written DEFAULT.TXT file
  63.           suitable for any program which does not require special
  64.           instructions. If you select this it will be copied to the
  65.           installation directory and displayed after extraction.
  66.           You can create your own Readme files for different programs. 
  67.           Easy SFX includes an editor for the purpose (Press F6)
  68.           If you prefer to use your own favourite editor that's OK - 
  69.           provided the files are in the Easy SFX directory and have the
  70.           extension .TXT they will be listed for you to choose from each
  71.           time you make a self extracting file.
  72.           If you do not require a readme.txt file to be displayed then
  73.           select "None" in this field.
  74.           If you choose to have the SFX display a readme.txt file then
  75.           you should not have another file called readme.txt included
  76.           in your program files.
  77.        SETUP DATABASE
  78.        Each time you make an SFX file with Easy SFX it enters all the
  79.        parameters you have used in a data file. After your first file it
  80.        will display a list of the programs you have already made SFXs for.
  81.        If you are re-doing a previous file all you have to do is pick its
  82.        name from the list and the last parameters will be entered in the
  83.        appropriate fields. The choice is made on the program name field.
  84.        If you have more than one version of a program then you can
  85.        differentiate between them by remming a note after the name.
  86.        Easy SFX recognizes a double apostrophe as a rem indicator.
  87.        For example two sets of parameters could be saved with the program
  88.        names:-
  89.           Easy Base ''Shareware
  90.           Easy Base ''Reg  
  91.        When the installation disks are made only "Easy Base" will be copied
  92.        to the install disks as the program name.
  93.        UNINSTALLABLE FILES
  94.        The file names ~PACK1.LZH ~LHA.EXE ~FILES.LST AND ~PACK. are
  95.        created as temporary files in the target directory and are erased
  96.        after the installation. You cannot therefore install files with
  97.        these names in your main directory.
  98.        AUTOMATIC OVERWRITE
  99.        Installations with Easy SFX automatically overwrite files with
  100.        the same name in the target directories irrelevant of date stamp.
  101.        This is ideal for updates to program files and for replacing Eval.
  102.        copies with registered ones. However, if you ship a combination of
  103.        program files and starting data which your user will modify then
  104.        you should create two files, one for the program and one for the
  105.        initial data so that the user can do a program re-install without
  106.        overwriting his data.
  107.        DISCLAIMER
  108.        John Turnbull disclaims all warranties as to this software, whether
  109.        express or implied, including without limitation any implied
  110.        warranties of merchantability, fitness for a particular purpose
  111.        functionality, data integrity or protection.
  112.        LHARC AND ASCII 255
  113.        The ASCII Character 255 is not recognised as a legal character
  114.        in filenames by LHARC.  You CANNOT pack and install any file
  115.        with the character 255 in the name.
  116.